home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TPARAWIN / TPARAWIN.txt
Text File  |  2000-08-10  |  2KB  |  130 lines

  1. object parawin: Tparawin
  2.   Left = 452
  3.   Top = 259
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Value editor'
  6.   ClientHeight = 141
  7.   ClientWidth = 216
  8.   Color = 4470913
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 8
  22.     Top = 32
  23.     Width = 199
  24.     Height = 34
  25.     Brush.Color = 10656960
  26.     Shape = stRoundRect
  27.   end
  28.   object paraLabel: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 201
  32.     Height = 15
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = '...'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object minus1: TSpeedButton
  44.     Left = 48
  45.     Top = 40
  46.     Width = 23
  47.     Height = 18
  48.     Caption = '<'
  49.     Flat = True
  50.     OnClick = minus1Click
  51.   end
  52.   object plus1: TSpeedButton
  53.     Left = 144
  54.     Top = 40
  55.     Width = 23
  56.     Height = 18
  57.     Caption = '>'
  58.     Flat = True
  59.     OnClick = plus1Click
  60.   end
  61.   object plus10: TSpeedButton
  62.     Left = 176
  63.     Top = 40
  64.     Width = 23
  65.     Height = 18
  66.     Caption = '>>'
  67.     Flat = True
  68.     OnClick = plus10Click
  69.   end
  70.   object minus10: TSpeedButton
  71.     Left = 16
  72.     Top = 40
  73.     Width = 23
  74.     Height = 18
  75.     Caption = '<<'
  76.     Flat = True
  77.     OnClick = minus10Click
  78.   end
  79.   object Shape2: TShape
  80.     Left = 78
  81.     Top = 37
  82.     Width = 58
  83.     Height = 25
  84.     Brush.Color = 8112255
  85.   end
  86.   object valBox: TEdit
  87.     Left = 82
  88.     Top = 41
  89.     Width = 48
  90.     Height = 18
  91.     BorderStyle = bsNone
  92.     Color = 8112255
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -15
  96.     Font.Name = 'Arial'
  97.     Font.Style = [fsBold]
  98.     MaxLength = 4
  99.     ParentFont = False
  100.     TabOrder = 0
  101.     Text = '120'
  102.     OnChange = valBoxChange
  103.   end
  104.   object doneBtn: TButton
  105.     Left = 64
  106.     Top = 112
  107.     Width = 89
  108.     Height = 25
  109.     Caption = 'Done'
  110.     ModalResult = 1
  111.     TabOrder = 1
  112.     OnClick = doneBtnClick
  113.   end
  114.   object valBar: TTrackBar
  115.     Left = 8
  116.     Top = 69
  117.     Width = 201
  118.     Height = 36
  119.     Orientation = trHorizontal
  120.     Frequency = 10
  121.     Position = 0
  122.     SelEnd = 0
  123.     SelStart = 0
  124.     TabOrder = 2
  125.     TickMarks = tmBoth
  126.     TickStyle = tsAuto
  127.     OnChange = valBarChange
  128.   end
  129. end
  130.